home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Grab Bag
/
Shareware Grab Bag.iso
/
007
/
asmexam.arc
/
README1.DOC
< prev
next >
Wrap
Text File
|
1984-09-28
|
3KB
|
66 lines
************************************************************************
North Texas Personal Computer Users Group - DISKETTE PD0015
------------------------------------------------------------------------
THIS DISKETTE CONTAINS PROGRAMS MADE AVAILABLE TO PC CLUB MEMBERS AS A
SERVICE. IN NO EVENT WILL The North Texas Personal Computer Users Group
BE LIABLE TO YOU FOR ANY DAMAGES, INCLUDING ANY LOST PROFITS, LOST
SAVINGS OR OTHER INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
USE OF OR INABILITY TO USE SUCH PROGRAMS, EVEN IF The Group HAS HAS BEEN
ADVISED OF THE POSSIBILITY OF SUCH DAMAGES, OR FOR ANY CLAIM BY ANY
OTHER PARTY.
(Double-sided 8 sector)
***********************************************************************
* *
* The files on this disk are all examples used in the *
* Beginning Assembly Language course for the IBM PC *
* Users Group held July-Oct 1984 by Jeanne Pitz *
* *
***********************************************************************
File Name
GLOS Glossary of terms
The following files have several types depending on what they are:
FILENAME.ASM Assembly source
FILENAME.OBJ Output of assembler (relocatable object) needs to be linked
FILENAME.LST Listing file use compressed print
FILENAME.EXE Output of linker executable file
To run a file under debug enter:
A>DEBUG FILENAME.EXE
To run a file stand alone (see caution)
A>FILENAME
==================== Run these files only under debug ==================
==================== and single step using T command ==================
File Name
MOVINST mov instructions run single step under debug
ASCADJ decimal and ascii adjust instrucions
JUMP near jum instructions
ARITH arithmetic instructions
LOGIC logical instructions
STRING string instructions
ODDS odds and ends
ASCIIBIN Ascii to binary conversion example
ASCIBIN1 Variation on ascii/binary conversion
======================= Runable without debug =======================
File Name
MEMSIZE checks memory size and if > 512 updates memsize variable
PASSWORD For dos 2.1, a way to setup a password for system
FREE Shows free space on a disk under 2.1 - details FCB
DUMP Allows file contents to be dumped to printer, file or screen
details file handles in 2.1